color chooser: Make nonresizable by default
authorMatthias Clasen <mclasen@redhat.com>
Fri, 14 Feb 2014 03:13:16 +0000 (22:13 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 14 Feb 2014 12:05:13 +0000 (07:05 -0500)
The color chooser does not contain any scrollable content,
therefore it should not be resizable.

gtk/resources/ui/gtkcolorchooserdialog.ui

index 8a64c4a5855c267f6aee0638c9582f873e2d552e..1d83b26c6e736fe6d6cdc184210de7de9976054c 100644 (file)
@@ -6,6 +6,7 @@
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Select a Color</property>
     <property name="type_hint">dialog</property>
+    <property name="resizable">False</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
         <property name="can_focus">False</property>